Skip to content

ListObservable.GetEnumerator() method

Defined in

Type: ListObservable Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public IEnumerator<T> GetEnumerator()

Summary: Returns an enumerator that iterates through the collection.

Returns: IEnumerator -- Enumerator over the list.